| lcPaint_PtbufAddCircle2 | Home |
|
BOOL lcPaint_PtbufAddCircle2 ( HANDLE hPtbuf, double X1, double Y1, double X2, double Y2, int Resol ); |
| hPtbuf | |
| Handle to points buffer. | |
| X1 Y1 | |
| First point coordinates. | |
| X2 Y2 | |
| Opposite point coordinates. | |
| Resol | |
| A number of created points (8 - 512). Faster generation will be with numbers 8, 16, 32, 64, 128, 256, 512. | |
| If the function succeeds, the return value is nonzero (TRUE). |
| lcPaint_PtbufAddCircle, lcPaint_PtbufAddCircle3 |